home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make the Bum cry.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Just your run of the mill backlot bum. He doesn\'t really bother anyone but smells awful.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "No way! I can name at least 50 different deases I might get by touching him.";
- }
- if(_root.micon._currentframe == 42 && _root.even16 == 1 && _root.range == true)
- {
- _root.even16 = 2;
- _root.micon.gotoAndStop(1);
- _root.sfx.gotoAndStop(3);
- _root.next_dis1 = 3;
- _root.di1 = 141;
- _root.next_txt1 = "Thanks a lot kid, I\'ll see ya later!";
- }
- if(_root.micon._currentframe == 11 && _root.range == true && _root.talk4 == 1)
- {
- _root.sfx.gotoAndStop(3);
- _root.even16 = 1;
- _root.micon.gotoAndStop(1);
- _root.txt_number = 3;
- _root.next_dis3 = 3;
- _root.di3 = 138;
- _root.next_txt3 = "Thanks for the soap. I\'m sure this will help me on the way to getting a job, but I\'ve kinda grown attached to these here flies.";
- _root.next_dis2 = 3;
- _root.di2 = 139;
- _root.next_txt2 = "They\'s gonna need a nice place to live if I\'m all clean and such.";
- _root.next_dis1 = 2;
- _root.di1 = 140;
- _root.next_txt1 = "I\'ll see what I can do for ya.";
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.talk4 == 0)
- {
- _root.talk4 = 1;
- _root.txt_number = 6;
- _root.next_dis6 = 3;
- _root.di6 = 130;
- _root.next_txt6 = "Hey kid! Got any spare change?";
- _root.di5 = 131;
- _root.next_txt5 = "No, I\'m sorry I can\'t help you right now. I\'m on a mission to find a date for the big dance tonight.";
- _root.next_dis5 = 2;
- _root.next_txt4 = "Me. Me. Me. Everythin is about you. Maybe I\'M hungry. Ever thought about that?";
- _root.di4 = 132;
- _root.next_dis4 = 3;
- _root.next_txt3 = "You could always just get a job...";
- _root.di3 = 133;
- _root.next_dis3 = 2;
- _root.next_txt2 = "Who\'s gonna hire me lookin like this?";
- _root.di2 = 134;
- _root.next_dis2 = 3;
- _root.next_txt1 = "Good point. I\'ll see what I can do to help.";
- _root.di1 = 135;
- _root.next_dis1 = 2;
- }
- else if(_root.talk4 == 1)
- {
- _root.txt_number = 2;
- _root.next_dis2 = 3;
- _root.di2 = 130;
- _root.next_txt2 = "Hey kid! Got any spare change?";
- _root.next_txt1 = "No, I\'m sorry, but I am working on your job problem.";
- _root.di1 = 136;
- _root.next_dis1 = 2;
- }
- }
- }
- }
-